header{height: 85px;}
header .view{height: 100%;}
header .logo img{height: 55px;}
header .nav{flex: 1; margin-left: 8%;}
header .nav li{ margin: 0 3.5%; font-size: 17px; transition: all 0.6s; position: relative;}
header .nav li a{transition: all 0.6s;}
header .OA{display: flex; justify-content: flex-end; background:#fafafa; border: 1px solid #e5e5e5; width: 80px; line-height: 35px; height: 35px; text-align: center;}
header .OA a{display: block; text-align: center; width: 100%;}
header .nav li:hover a{color: #d6000f;}
header .nav li::after{position: absolute; content: ""; bottom: -31px; height: 2px; background: #d6000f; left: 0; width: 0;transition: all 0.6s; }
header .nav li:hover::after{width: 100%;}
header .nav li.on a{color: #d6000f;}
header .nav li.on::after{position: absolute; content: ""; bottom: -31px; height: 2px; background: #d6000f; left: 0; width: 100%;transition: all 0.6s; }

header .nav li dl {position: absolute;text-align: center;width: 120%; z-index: 9999; transform: translateX(-50%) translateY(20px);
 background: #fff;top:65px;left: 50%; -webkit-box-shadow: 0 13px 10px 0px rgba(151, 150, 150, 0.22);
 box-shadow: 0 13px 10px 0px rgba(151, 150, 150, 0.22);border-bottom-left-radius: 5px;
 border-bottom-right-radius: 5px}
header .nav  li dl dd {height: 50px;line-height: 50px;border-bottom: 1px solid #eee;transition: all .36s ease;-ms-transition: all .36s ease;-o-transition: all .36s ease;-webkit-transition: all .36s ease;-moz-transition: all .36s ease}
header .nav  li dl dd:last-child {border-bottom: 0}
header .nav  li dl dd a {font-size: 14px;color: #333 !important;font-weight: normal !important;transition: all .36s ease;-ms-transition: all .36s ease;-o-transition: all .36s ease;-webkit-transition: all .36s ease;-moz-transition: all .36s ease;display: block}
header .nav  li dl dd:hover {background:   #d6000f}
header .nav  li dl dd:hover a {color: #fff !important;}
header .nav  li dl:before {content: "";position: absolute;border-width: 0 9px 9px;border-style: solid;border-color: transparent transparent #fff;top: -9px;left: 50%;margin-left: -9px}
header .nav  dl {visibility: hidden;opacity: 0;filter: alpha(opacity=0); transition: all .5s ease;-ms-transition: all .5s ease;-o-transition: all .5s ease;-webkit-transition: all .5s ease;-moz-transition: all .5s ease}
header .nav  li:hover dl {visibility: visible;opacity: 1;filter: alpha(opacity=100);transform: translateX(-50%) translateY(0); }



.mobile-header{ display: none; height: 55px; border-bottom: 1px solid #F5F5F5;}
.moible-cont{ display: flex; align-items: center; justify-content: space-between; padding: 0 10px; }
.mobile-header .logo{ display: flex; height: 55px; align-items: center; }
.mobile-header .logo img{ display: block; height: 30px;}
.hamburger-box span{ display: block;  height: 2px; background: #666666; width:25px; margin-bottom:6px; padding-bottom: 0; transition: all 0.6s ease-in-out;}
.hamburger-box .span2{ width: 30px;}
.hamburger-box .span3{ margin-bottom: 0;}
.hamburger-box.on{ z-index: 3333;}
.hamburger-box.on span{background: #141418;}
.hamburger-box.on .span1{ transform: rotate(45deg) translate(5px,5px);}
.hamburger-box.on .span2{ opacity: 0;}
.hamburger-box.on .span3{ transform: rotate(-45deg) translate(5px,-6px);}

.mobile-bar{ display: none; position: fixed; top: 0; right: 0; bottom: 0; background: #fff; left: 0; width: 100%; z-index: 333;
padding:10px 25px 50px 25px; overflow-y: scroll; box-sizing: border-box; }
.mobile-bar ul{ margin-top: 10px;}
.mobile-bar li a{  padding:15px 0px;  border-bottom: 1px solid #F5F5F5; display: block; font-size:16px; font-weight: bold;}
.mobile-bar .mo-subnav{ display: block;}
.mobile-bar .mo-subnav a{  font-size: 14px; color: #555; font-weight: normal;}


.banner{ width: 100%; overflow: hidden; position: relative; z-index: 1; }
.banner .swiper-slide{ position: relative;}
.banner .swiper-slide img{ display: block; width: 100%; object-fit: cover; }
.banner .swiper-button-next,.banner .swiper-button-prev{}
.banner .swiper-button-next:after,.banner .swiper-button-prev:after{ font-size: 40px; transition: all 0.6s;}
.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet{margin: 0 12px !important;}
.banner .swiper-pagination-bullet{width: 14px; height: 14px; background: #ffffff; border: 3px solid #ffffff; opacity: 1; }
.banner .swiper-pagination-bullet-active{ border: 3px solid #1d3b7e; background: none;}


.mbanner{ width: 100%; overflow: hidden; position: relative; z-index: 1;display: none; }
.mbanner .swiper-slide{ position: relative;}
.mbanner .swiper-slide img{ display: block; width: 100%; object-fit: cover; }

.indexmain{background: #fdfaf6; padding-bottom: 40px;}
.index-sec1{padding: 35px 0;}
.index-sec1 .left{background: url(../images/ab-bg1.jpg) no-repeat; background-size: cover; color: #ffffff; width: 50%;}
.index-sec1 .left .text{padding: 40px 30px 50px; box-sizing: border-box;}
.index-sec1 .left .text .tit h3{font-size: 24px;opacity: .5; font-family: arial; margin-bottom: 10px;}
.index-sec1 .left .text .tit h2{color: #ffffff; font-size: 24px;  font-weight: bold;}
.index-sec1 .left .text .tit span{display: block; height: 3px; background: #ffffff; margin: 25px 0; width: 20px;}
.index-sec1 .left .text .info{width: 70%; flex: 1; padding-left: 10%; box-sizing: border-box;}
.index-sec1 .left .text .info p{line-height: 2; opacity: 0.8;}
.index-sec1 .left .text .info span{display: block; margin-top: 50px;}
.index-sec1 .left .text .info img{display: inline-block; margin-left: 10px;}

.Guarantee_time{ width: 100%; border-top: 1px solid #e55f68;}
.Guarantee_time li{text-align: center;  border-left: 1px solid #e55f68; color: #ffffff;  padding:15px 0 20px; float: left; width:calc(100%/3); width: -moz-calc(100%/3); width: -webkit-calc(100/3); box-sizing: border-box;}
.Guarantee_time li h2{color: #ffffff; font-size: 40px; font-family: "DIN"; font-weight: normal; display: inline-block; line-height: 50px;}
.Guarantee_time li h3{font-size: 18px; color: #ffffff; font-weight: bold;}
.Guarantee_time li i{font-size:16px; margin-left: 5px; color: #ffffff;}
.Guarantee_time li p{ font-size: 14px;color: #ffffff; margin-top: 10px ; } 
.Guarantee_time li span{display: block; height: 3px; background: #ffffff; width: 20px; margin: 15px auto;}
.Guarantee_time li:first-of-type{border: none;}

.index-sec1 .video{width:50%;}
.index-sec1 .video .video-img{display: block; height: 100%; width: 100%; overflow:hidden; position:relative;}
.index-sec1 .video img{display: block;height: 100%; object-fit: cover; width: 100%;}
.index-sec1 .video .video-img em{ display:block; overflow:hidden; height: 100%;}

.index-sec1 .video b{ display:block; width:100%; height:100%; overflow:hidden; position:absolute; left:0; top:0; background:rgba(0,0,0,0.5); z-index:10;}
.index-sec1 .video .showbox{ display:block; width:80px; height:80px; background:url(../images/video1.png) no-repeat; position:absolute; left:50%; margin-left:-40px; top:50%; margin-top:-40px; z-index:200; cursor:pointer;}
#TB_overlayBG{background:#000;position:absolute;z-index:500;left:0;top:0;display:none;width:100%;height:100%;opacity:0.7;filter: alpha(opacity=70);-moz-opacity: 0.7;}
.sptc{position:absolute;width:1000px;left:50%;height:auto;z-index:1000;background:#fff;}
.sptc h1{ line-height:50px; text-indent:20px; overflow:hidden; border-bottom:1px #eee solid; font-size:16px;}
.sptc .close{ font-size:30px; color:#666; position:absolute; right:10px; top:10px; line-height:30px; overflow:hidden;}
.sptc em{ display:block; overflow:hidden;}
.sptc em img{ display:block; width:100%;}




.index-sec2{background: #ffffff; margin-bottom: 35px;}
.lh-news-hot ul li .text{}

.lh-news-hot{width: 68%;overflow: hidden;position: relative}
.lh-news-hot .lh-banner-hd{    position: absolute;
    left: 10px;
    bottom: 10px;
    z-index: 8}
.lh-news-hot .img{width: 53.3%;background-position: center center;background-repeat: no-repeat;background-size: cover;height: 370px;}
.lh-news-hot .text{width: 49%;box-sizing: border-box;background: #fff;padding: 0 2vw 1vw;box-sizing: border-box;}
.lh-news-hot .time{  display: block; padding-top: 10px; box-sizing: border-box; text-align: center; color: #fff; background: url(../images/titbg.png) no-repeat top -1px center; background-size: 100% auto;
width: 70px; height: 84px;}
.lh-news-hot .time h2{ font-size: 24px; font-family: arial;}
.lh-news-hot .time h3{font-size: 12px; font-family: arial;}
.lh-news-hot .text span{display: block; margin: 2vw 0;}
.lh-news-hot .text span img{height: 5px;}
.lh-news-box{ margin-top: 0px;}
.lh-news-hot .name{font-size: 18px;color: #000000;line-height: 2;padding: 20px 0;}
.lh-news-hot .ccont{ color: #888888;line-height: 28px; }
.lh-news-info{ width: 100%;}
.lh-news-hot:hover .name{ color: #d6000f;}
.lh-news-hot .swiper-pagination{text-align: right;padding-right: 0;}

.lh-news-hot .swiper-pagination-bullets{bottom: 30px !important;width: 82.5%;}
.lh-news-hot .swiper-pagination-bullet{border: 2px solid #ffffff; background: none; width: 12px; height: 12px; box-sizing: border-box; opacity: 1;}
.lh-news-hot .swiper-pagination-bullet-active{background: #ffffff;}

.lh-news-list{width: 33%;}
.lh-news-list ul li{padding: 30px 15px 29px 20px;box-sizing: border-box;border-bottom: 1px solid #e5e5e5;transition: all 0.6s;}
.lh-news-list ul li .text{width: 90%;}
.lh-news-list ul li .text span{color: #888888; font-size: 14px; margin-bottom: 20px; display: block;}
.lh-news-list ul li .text h3{color: #000;font-size: 18px;}
.lh-news-list ul li:last-of-type{border: none;}
.lh-news-list ul li:hover .text h3{color: #d6000f;}

.index-sec3{position: relative;}
.index-sec3 .list li{text-align: center; width: 23%; background: #ffffff; transition: all 0.6s;}
.index-sec3 .list li .img{display: block; overflow: hidden;}
.index-sec3 .list li .img img{display: block; width: 100%; height: 100%;}
.index-sec3 .list li p{height: 60px; line-height: 60px; padding: 0 5px; box-sizing: border-box; font-size: 15px; }
.index-sec3 .list li:hover{background: #d6000f;  box-sizing: border-box;}
.index-sec3 .list li:hover p{color: #ffffff;}
.qyindex-sec3{position: relative;}

.propage .probtton{width: 60px; height:60px; border-radius: 50%; border:1px dashed #aaaaaa; cursor: pointer; transition: all 0.6s;}
.propage .propre{background: url(../images/propre.png) no-repeat center center; position: absolute; left: -90px; top: 50%; margin-top: -30px;}
.propage .pronext{background: url(../images/pronext.png) no-repeat center center; position: absolute; right: -90px; top: 50%; margin-top: -30px;}
.propage .probtton:hover{background: #ffffff; border: 1px solid #ffffff;}
.propage .probtton.propre:hover{background:#d6000f url(../images/propre-on.png) no-repeat center center;}
.propage .probtton.pronext:hover{background:#d6000f url(../images/pronext-on.png) no-repeat center center;}

.index-link {background: #d6000f; height: 80px; line-height: 80px;}
.index-link ul li{width: calc(100%/10); text-align: center; margin: 0 auto; border-left: 1px solid #e24d57; box-sizing: border-box;}
.index-link ul li p{display: inline-block; color: #ffffff; margin-left: 10px;}
.index-link ul li:first-of-type{border-left: none;}
.index-link ul li:hover{background: #c90b18;}


.index-footer{background:#282828 url(../images/ft-bg.jpg) no-repeat bottom center; padding: 30px 0 40px;}
.index-footer .div1{padding-top: 15px;}
.index-footer .div1 h1{color: #bdbdbd; font-size: 26px; font-weight: normal; margin-bottom: 20px;}
.index-footer .div1 p{color: #6d6d6d; font-size: 14px; }
.index-footer .div1 .tel{margin-top: 45px; color: #6d6d6d;}
.index-footer .div1 .tel i{margin-right: 5px;}
.index-footer .div1 .tel b{font-size: 32px; color: #ffffff; font-family: "DIN";}

.index-footer .div2{padding-top: 10px; }
.index-footer .div2 p{color: #ffffff; font-size: 15px; margin-top: 10px;}
.friendfink{width: 320px;background: url(../images/sanjiao.png) no-repeat right center;background-position: bottom 18px right 10px; margin-bottom: 25px; height: 45px; line-height: 43px;  border: 1px solid #3e3e3e; border-radius: 5px; padding: 0 10px; box-sizing: border-box; }
.friendfink select{color: #6d6d6d;width: 100%;}
.friendfink select option{width: 100%;}


.index-footer .div3{display: flex; flex-direction: column; align-items: end; padding-top: 25px;}
.index-footer .div3 p{color: #6d6d6d; font-size: 14px; margin-top: 10px;}
.index-footer .div3 p a{color: #6d6d6d; font-size: 14px; padding: 0 10px;}
.index-footer .div3 p a:last-of-type{padding: 0 0 0 10px;}



/*å†…é¡µ*/
.sub-banner{  height: 500px; min-height: 280px;  background-repeat: no-repeat;  background-position: center;  background-size: cover;  position: relative;  }
.sub-banner img{  display: none;  width: 100%;  }
.sub-banner .text-box{  position: absolute;  left: 0;  top: 35.79%;  width: 100%;  text-align: center;}
.sub-banner .text-box .cn{     color: #fff ;font-size: 44px; margin: 20px 0;}
.sub-banner .text-box .en{  font-size: 22px;   color: #fff;   font-family: arial; text-transform: uppercase;}
.sub-banner .text-box span{display: block; height: 4px; width: 30px; background: #ffffff; margin: 0 auto;}
.nyheader{position: relative; height: 100px;}

.pageMain{background: #fdfaf6; padding: 40PX 0;}

.pageNews {background: #ffffff;}
.pageNews .list li{transition: all 0.6s; padding: 30px; box-sizing: border-box; border-bottom: 1px solid #e5e5e5; border-bottom: 1px solid #e5e5e5;}
.pageNews .list li .Text{width: 75%;}
.pageNews .list li .Text h2{transition: all 0.6s; color: #333333; font-size: 20px; font-weight: normal;}
.pageNews .list li .Text p{transition: all 0.6s; color: #666666; font-size: 14px; margin-top: 12px;}
.pageNews .list li .Date{width: 20%; text-align: right;}
.pageNews .list li .Date i{font-size: 14px; color: #aaaaaa; display: block;}
.pageNews .list li .Date span{font-size: 22px; color: #aaaaaa; display: block; margin-top: 5px;}
.pageNews .list li:hover{background: #d6000f; padding:30px 40px;}
.pageNews .list li:hover .Text h2{color: #ffffff;}
.pageNews .list li:hover .Text p{color: #ffffff;}
.pageNews .list li:hover .Date i{color: #ffffff; }
.pageNews .list li:hover .Date span{ color: #ffffff;}



/*åˆ†é¡µæ ·å¼*/
.pglist {padding: 60px 0 40px;width: 100%;text-align: center;clear: both;}
.pglist a {color: #333;width: 40px; height: 40px; line-height: 40px; margin: 0 6px; border: 1px solid #e0e0e0; border-radius: 50%;}
.pglist a.close {background: #f2f2f2 !important;}
.pglist * {display: inline-block;vertical-align: middle;line-height: 40px;padding-bottom: 1px;}
.pglist a:hover,.pglist .hover {display: inline-block;color: #fff;background: #c5261d;border-color: #c5261d;}
.position-relative{ position: relative;}
.pglist input{border: 1px solid #e0e0e0; border-radius: 30px;margin: 0 6px; width: 55px; padding: 0 8px; text-align: center; color: #c5261d;}
.pglist  button{ color: #c5261d; border: 1px solid #c5261d; padding: 0 22px;margin: 0 6px;border-radius: 30px; background: none;}
.pglist  button:hover{ color: #fff; background: #c5261d; border: 1px solid #c5261d;}
.pglist .page{width: auto; padding: 0 15px; border-radius: 30px;}


.pagePro ul{flex-wrap: wrap;}
.pagePro ul li{width: 32%; background: #000000; margin-left: 2%; margin-bottom: 40px; transition: all 0.6s;}
.pagePro ul li .img img{display: block; width: 100%;}
.pagePro ul li .text{text-align: center; background: #ffffff; height: 80px; line-height: 80px; padding: 0 20px; box-sizing: border-box; transition: all 0.6s;}
.pagePro ul li .text p{font-size: 18px;}
.pagePro ul li:nth-child(3n+1){margin-left: 0;}
.pagePro ul li:hover .text{background: #d6000f;}
.pagePro ul li:hover .text p{color: #ffffff;}
.pagePro ul li .img img{ display:block; width:100%; -webkit-transition:all 0.4s linear; -moz-transition:all 0.4s linear; -o-transition:all 0.4s linear; transition:all 0.4s linear;}
.pagePro ul li:hover .img img{ filter: alpha(opacity=50); -moz-opacity: 0.5; -khtml-opacity: 0.5; opacity: 0.5; -webkit-transform:scale(1.06); -moz-transform:scale(1.06); -ms-transform:scale(1.06); -o-transform:scale(1.06); transform:scale(1.06);}



.lanmu{position: absolute; bottom: 0; width: 100%; height: 70px; line-height: 70px; background-color: rgba(0,0,0,.4);}
.lanmu .list li{margin: 0 30px; box-sizing: border-box; position: relative;}
.lanmu .list li a{color: #ffffff; font-size: 16px;}

.lanmu .list li.on a{font-size: 18px; font-weight: bold;}
.lanmu .list li.on::after{width: 100%; height: 2px; background: #d6000f; content: ""; position: absolute; left: 0; bottom: 1px;}
.lanmu .list li::after{width: 0; height: 2px; background: #d6000f; content: ""; position: absolute; left: 0; bottom: 1px;}
.lanmu .list li:hover::after{width: 100%;  transition: all 0.6s;}

.pageHonor .list{flex-wrap: wrap;}
.pageHonor .list li{ transition: all 0.6s; width: 23%; padding: 20px 10px; box-sizing: border-box; margin-left: 2.5%; background: #ffffff; text-align: center; margin-bottom: 40px;}
.pageHonor .list li .text{height: 65px; line-height: 65px; font-size: 16px;}
.pageHonor .list li .img{padding: 20px 20px 15px; box-sizing: border-box;}
.pageHonor .list li:nth-child(4n+1){margin-left: 0;}
.pageHonor .list li:hover{box-shadow: 0 0 15px 0 rgba(214,0,15,.2);}


.Information{background: #ffffff;}
.Information .list{flex-wrap: wrap;}
.Information .list li{position: relative; z-index: 1; transition: all 0.6s;  width: 50%; height: 80px; line-height: 80px; padding: 0 20px; box-sizing: border-box;}
.Information .list li .text h3{width: 80%;}
.Information .list li .text h3 span{ margin-right: 15px; display: inline-block; vertical-align: middle; width: 5px; height: 5px; background: #d92631; border-radius: 50%;}
.Information .list li .text i{display: inline-block;  text-align: right;}
.bgf5f5f5{background: #f5f5f5;}
.Information .list li:after{position: absolute; content: ""; left: 0; top: 0; width: 100%; height: 0;transition: all 0.6s; z-index: -1; background: #d6000f;}
.Information .list li:hover .text{color: #ffffff;}
.Information .list li:hover:after{height: 100%;}

.Ab-sec1{background: #ffffff; padding:0 40px 30px; box-sizing: border-box;}
.Ab-sec1 .img{width: 50%; padding-right: 5%; box-sizing: border-box;}
.Ab-sec1 .img img{display: block; width: 100%;}
.Ab-sec1 .text{width: 50%;}
.Ab-sec1 .text p{margin-bottom: 30px; line-height: 33px;}
.Ab-sec1 .bottom{margin: 50px auto 30px;}
.Ab-sec1 .bottom .Guarantee_time{border: none;}
.Ab-sec1 .bottom .Guarantee_time .item{min-width: 22%;}
.Ab-sec1 .bottom .Guarantee_time p{color: #555555; font-size: 14px; line-height: 28px;}
.Ab-sec1 .bottom .Guarantee_time .nub{margin-left: 20px}
.Ab-sec1 .bottom .Guarantee_time .nub h2{color: #d6000f; font-size: 60px; display: inline-block; font-weight: normal; font-family: arial;}
.Ab-sec1 .bottom .Guarantee_time .nub i{color: #d6000f; font-size: 16px; margin-left: 10px;}

.Ab-title{text-align: center; padding: 40px 0;}
.Ab-title h2{color: #ffffff; font-size: 40px; font-weight: normal;}
.Ab-title span{display: block; height: 2px; width: 50px; background: #ffffff; margin: 20px auto;}

.Ab-sec2{background: url(../images/ab-bg2.jpg) no-repeat center top; padding-bottom: 60px; overflow: visible;
background-attachment: fixed;
z-index: 1;
background-size: cover;
background-repeat: no-repeat;
background-position: center center;}

.Ab-sec2 .list {flex-wrap: wrap;}
.Ab-sec2 .list li{width: 19%; transition: all 0.6s; margin-bottom: 1.5%; margin-left: 1.2%; background: #ffffff; padding:  40px; text-align: center; box-sizing: border-box;}
.Ab-sec2 .list li em{display: block; margin: 0 auto 20px;}
.Ab-sec2 .list li em img{display: block; margin: 0 auto;  transition: all 0.6s;}
.Ab-sec2 .list li h2{color: #d6000f; font-size: 24px; font-weight: normal;}
.Ab-sec2 .list li p{color: #333333; font-size: 15px; margin-top: 20px;}
.Ab-sec2 .list li:nth-child(5n+1){margin-left: 0;}
.Ab-sec2 .list li:hover{border-radius: 15px; transform: translateY(10px);}
.Ab-sec2 .list li:hover em img {
  transform: rotateY(-180deg);}



.Ab-title2 h2{color: #333333; }
.Ab-title2 span{background: #d6000f;}
.Ab-sec3{padding-bottom: 40px;}
.Ab-sec3 .img{margin: -25px auto 0;}
.Ab-sec3 .img img{display: block; margin: 0 auto;}

.Ab-sec4{background: #ffffff; padding-bottom: 60px;}

.AboutUs{background: #fdfaf6;padding: 40PX 0 0;}


.Contact{background: #fdfaf6;padding: 40PX 0 60px ;}
.Contact .co-sec1{background: #ffffff;}
.Contact .co-sec1 .box .text{padding: 60px 60px 0; box-sizing: border-box; width: 50%;}
.Contact .co-sec1 .box .text h3{color: #000000; font-size: 30px; margin-bottom: 50px;}
.Contact .co-sec1 .box .text p {color: #666666; font-size: 17px; line-height: 35px; margin-bottom: 20px;}
.Contact .co-sec1 .box .text p em{display: inline-block; margin-right: 20px;}
.Contact .co-sec1 .box .text p span{display: inline-block; margin-right: 20px;}
.Contact .co-sec1 .box .text .erweima{margin: 40px 0;}
.Contact .co-sec1 .box .text .erweima img{ border: 1px solid #d8d8d8; padding: 2px;}
.Contact .co-sec1 .box .text .erweima p{margin-top: 10px;}
.Contact .co-sec2{background: #ffffff; margin-top: 40px; padding: 0 6%; box-sizing: border-box;}
.Contact .co-sec2 .title{text-align: center; color: #000000; padding: 60px 0; font-size: 34px;}



.form-box{  margin-top: 20px;  }
.form-box .item{float: left; width: 48%;}
.form-box .item2{width: 100%;}
.form-box .item:last-child{  font-size: 0;  text-align: center;  float: none; margin: 0 auto; width: 100%;}
.form-box .check-box,
.form-box input[type=submit]{  float: none;  display: inline-block;  *display: inline;  zoom: 1;  margin: 0 20px;  }
.form-box .item:nth-child(2n){float: right;}



.form-box .item{  box-sizing: border-box;   margin-bottom: 40px;  }

.form-box .item:last-child{  margin-bottom: 0;  }

.form-box .tit{  font-size: 16px;  margin-bottom: 15px;  }

.form-box .tit .red{  color: #f00;  }

.form-box input[type=text],
.form-box textarea{  width: 100%;    padding:20px 20px; height:70px;  line-height: 70px;  font-size: 16px;  color: #666666;  background-repeat: no-repeat;  background-position: 20px center;  background-size: 20px; border: none;  border: 1px solid #eaeaea; box-sizing: border-box; transition: all .3s;  }
.form-box .item textarea{ height: 150px; line-height: 35px;}

.form-box input::-webkit-input-placeholder{
    color:#666666;  
}  
.form-box input:-moz-placeholder{
    color:#666666;
}  
.form-box input::-moz-placeholder{
    color:#666666;
}  
.form-box input:-ms-input-placeholder {
    color:#666666;
}  

.form-box textarea::-webkit-input-placeholder{
    color:#666666;  
}  

.form-box textarea:-moz-placeholder{
    color:#666666;
}  



.form-box input[type=submit]{

	margin: 20px auto 60px;
    width: 50%;

    height: 60px;

    background-color: #d6000f;

    text-align: center;


    color: #fff;

    font-size: 20px;

    transition: all .3s;
    border: none;
    
    border-radius: 30px;
    cursor: pointer;

}

.form-box input[type="submit"]:hover{background: #333333;}


.Resources{background: #fdfaf6;padding: 40PX 0 60px ;}
.Res-sec1{background: #ffffff; border: 1px solid #e5e5e5; margin-bottom: 40px;}
.Res-sec1 .box .text{padding: 30px; box-sizing: border-box; width: 40%;}
.Res-sec1 .box .img{width: 60%;}
.Res-sec1 .box .img img{display: block; width: 100%; height: 100%; object-fit: cover;}
.Res-sec1 .box .text h3{color: #333333; font-size: 30px; font-weight:normal;}
.Res-sec1 .box .text span{display: inline-block; background: #d6000f; height: 2px; width: 30px; margin: 30px 0;}
.Res-sec1 .box .text p{color: #555555; font-size: 16px; line-height: 35px;}


/* æ‹›è´¤çº³å£« */
.recruit-tit {padding-bottom: 60px;}
.recruit-tit .sub-tit{  font-size: 20px;  color: #666;}
.recruit-tit .tit{ font-size: 32px;  color: #333;  margin-top: 20px;  }
.recruit-tit .desc{ font-size: 20px;  color: #666;  margin-top: 15px;  }
.recruit-tit .desc p{line-height: 45px; }

.recruit { width: 100%; position: relative;}
.recruit li{ background: #ffffff; margin-top: 20px; border: 1px solid #e5e5e5; border-left: 5px solid #d6000f; border-bottom: none;}
.recruit li .xianshi{  border-bottom: 1px solid #e5e5e5; display: flex; align-items: center; justify-content: space-between;}
.recruit li .xianshi .rc-name{ color: #000000; font-weight: bold;  font-size: 20px;  padding: 0 2vw; width: 15%; box-sizing: border-box;}
.recruit li .xianshi .rc-text{ flex: 1; display: flex; justify-content: space-between; padding:1.2vw 2vw;}
.recruit li .xianshi .rc-text figure{ color: #666666; font-size: 15px; width: 25%; line-height: 35px;}
.recruit li .xianshi .more-btn{ width: 6%; color: #666666; font-size: 15px;	height: 40px; display: block;text-align: right; line-height: 40px; cursor: pointer;}
.recruit li .xianshi .more-btn i{ display: inline-block; background: url(../images/ryzz-arrowdown-on.png) no-repeat right; width: 20px; height: 13px;vertical-align: middle;}
.recruit li .yincang{  padding:0vw 2vw 2vw 2vw; display: none;}
.recruit li .yincang .name{  color: #333333; font-size: 16px; font-weight: bold; padding-top:1.5vw; padding-bottom: 1vw;} 
.recruit li .yincang .potext p{ color: #666666; font-size: 14px; line-height: 35px;}
.recruit li.on .xianshi .more-btn i{ transform: rotate(180deg); background: url(../images/ryzz-arrowdown.png) no-repeat right;}


/*å­é¡µé¢äºŒçº§*/
.hide { display: none; }
@-webkit-keyframes scaleUpDown { from { -webkit-transform: scale(1.08); transform: scale(1.08); }

  to { opacity: 1; -webkit-transform: scale(1); transform: scale(1); } }

@keyframes scaleUpDown { from { -webkit-transform: scale(1.08); transform: scale(1.08); }

  to { opacity: 1; -webkit-transform: scale(1); transform: scale(1); } }

@keyframes mouse { from { transform: translateY(0); -webkit-transform: translateY(0); opacity: 1; }

  55% { opacity: 0.6; }

  to { transform: translateY(10px); -webkit-transform: translateY(10px); opacity: 0; } }

@-webkit-keyframes mouse { from { transform: translateY(0); -webkit-transform: translateY(0); }

  to { transform: translateY(10px); -webkit-transform: translateY(10px); } }

/*.phoneMenu {position: relative; }*/
.phoneMenu{position: relative; display: none;}
.phoneMenu .title { color: #fff; display: block; text-align: center; font-size: 16px; height: 44px; line-height: 44px; cursor: pointer; background: #d6000f; }
.phoneMenu .title b { display: inline-block; margin-left: 5px; width: 18px; height: 13px; background: url(../images/aw7.png) center no-repeat; transition: .38s; -webkit-transition: .38s; }
.phoneMenu ul { background: #f5f5f5; position: absolute; top: 44px; left: 0; width: 100%; z-index: 60; }
.phoneMenu .link { display: block; text-align: center; color: #141418; line-height: 1.2; padding: 10px 0; font-size: 14px; position: relative; }
.phoneMenu.on .link:after { content: ''; position: absolute; bottom: 0; left: 0; width: 100%; height: 1px; z-index: 1; background-color: #d8d8d8; -webkit-animation-duration: 0.7s; animation-duration: 0.7s; -webkit-animation-fill-mode: both; animation-fill-mode: both; -webkit-animation-name: ReturnToNormal; animation-name: ReturnToNormal; }
.phoneMenu.on .title b { transform: rotate(-90deg); -webkit-transform: rotate(-90deg); }

@-webkit-keyframes ReturnToNormal { 0% { -webkit-transform: scale(0.1, 1); -ms-transform: scale(0.1, 1); transform: scale(0.1, 1); }

  100% { -webkit-transform: scaleX(1, 1); -ms-transform: scaleX(1, 1); transform: scaleX(1, 1); } }

@keyframes ReturnToNormal { 0% { -webkit-transform: scale(0.1, 1); -ms-transform: scale(0.1, 1); transform: scale(0.1, 1); }

  100% { -webkit-transform: scaleX(1, 1); -ms-transform: scale(1, 1); transform: scaleX(1, 1); } }

/*å­é¡µé¢äºŒçº§ç»“æŸ*/

.Location{background: #ffffff; padding: 20px 0; color: #888888;}
.Location a{padding: 0 8px; display: inline-block;}
.Location a:last-of-type{color:#333333 ; }
.Des-box{background: #ffffff; padding: 40px;}
.Des-box .title{padding-bottom: 20px; padding-top: 20px; border-bottom: 1px solid #d8d8d8;}
.Des-box .title h3{color: #d6000f; font-size: 26px; font-weight: bold; line-height: 1.2; text-align: center;}
.Des-box .title .t2{color: #666666; margin-top: 20px;}
.Des-box .title .t2 .ri span{display: inline-block; margin-left: 20px;}
.Des-box .title .t2 .ri span a{display: inline-block; margin: 0 5px; }
.Des-box .title .t2 .ri span a.on{color: #003f98;}
.Des-box .title .t2 .ri span img{margin-right: 7px;}
.Des-box .info{padding: 20px 0;}
.Des-box .info p{line-height: 35px; margin-bottom: 20px;}

.Deatilpage{ border-top: 1px solid #e5e5e5; margin-top:10px; padding:30px 0 10px;}
.Deatilpage ul{ width: 60%; line-height: 3;}
.Deatilpage ul a:hover{ color: #c5261d;}
.Deatilpage .back{ background: #f9e9e8; width: 15%; height: 40px; border-radius: 20px; max-width: 160px;}
.Deatilpage .back img{ margin-right: 10px;}
.Deatilpage .back .icon2{ display: none;}
.Deatilpage .back:hover .icon2{ display: inline-block;}
.Deatilpage .back:hover .icon1{ display: none;}
.Deatilpage .back:hover{ background: #c5261d; color: #fff;  }


/*在建工地弹出层*/
.fancybox-skin {	position: relative;	background: #f9f9f9;color: #444;text-shadow: none;-webkit-border-radius: 4px;-moz-border-radius: 4px;border-radius: 4px;}
.fancybox-opened {z-index: 8030;}
.fancybox-opened .fancybox-skin {-webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);-moz-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);}
#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {	background-image: url(../images/fancybox_sprite.png);}
#fancybox-loading {	position: fixed;top: 50%;left: 50%;margin-top: -22px;margin-left: -22px;background-position: 0 -108px;opacity: 0.8;cursor: pointer;z-index: 8060;}
#fancybox-loading div {width: 44px;height: 44px;background: url(../images/fancybox_loading.gif) center center no-repeat;}
.fancybox-close {position: absolute;top: -18px;right: -18px;width: 36px;height: 36px;cursor: pointer;z-index: 8040;}
.fancybox-nav {position: absolute;top: 0;width: 40%;height: 100%;cursor: pointer;text-decoration: none;background: transparent url(../images/blank.gif); /* helps IE */-webkit-tap-highlight-color: rgba(0,0,0,0);z-index: 8040;}
.fancybox-prev {	left: 0;}
.fancybox-next {	right: 0;}
.fancybox-nav span {position: absolute;top: 50%;width: 36px;height: 34px;margin-top: -18px;cursor: pointer;z-index: 8040;}
.fancybox-prev span {left: 10px;background-position: 0 -36px;}
.fancybox-next span {	right: 10px;	background-position: 0 -72px;}
.fancybox-nav:hover span {visibility: visible;}
.fancybox-tmp {	position: absolute;	top: -99999px;	left: -99999px;	max-width: 99999px;	max-height: 99999px;	overflow: visible !important;}
/* Overlay helper */
.fancybox-lock {	overflow: visible !important;	width: auto;}
.fancybox-lock body {	overflow: hidden !important;}
.fancybox-lock-test {	overflow-y: hidden !important;}
.fancybox-overlay {	position: absolute;	top: 0;	left: 0;	overflow: hidden;	display: none;	z-index: 8010;	background: url(../images/fancybox_overlay.png);}
.fancybox-overlay-fixed {	position: fixed;	bottom: 0;	right: 0;}
.fancybox-lock .fancybox-overlay {	overflow: auto;	overflow-y: scroll;}
/* Title helper */
.fancybox-title {	visibility: hidden;	position: relative;	text-shadow: none;	z-index: 8050;}
.fancybox-opened .fancybox-title {	visibility: visible;}
.fancybox-title-float-wrap {	position: absolute;	bottom: 0;	right: 50%;	margin-bottom: -35px;	z-index: 8050;	text-align: center;}
.fancybox-title-float-wrap .child {	display: inline-block;	margin-right: -100%; padding: 2px 20px;background: transparent; /* Fallback for web browsers that doesn't support RGBa */
background: rgba(0, 0, 0, 0.8);	-webkit-border-radius: 15px;	-moz-border-radius: 15px;border-radius: 15px;text-shadow: 0 1px 2px #222;	color: #FFF;	font-weight: bold;	line-height: 24px;	white-space: nowrap;}
.fancybox-title-outside-wrap {	position: relative;	margin-top: 10px;	color: #fff;}
.fancybox-title-inside-wrap {	padding-top: 10px;}
.fancybox-title-over-wrap {	position: absolute;	bottom: 0;	left: 0;	color: #fff;	padding: 10px;	background: #000;	background: rgba(0, 0, 0, .8);}

